翻訳と辞書
Words near each other
・ Grid balancing
・ Grid bias
・ Grid cell
・ Grid cell topology
・ Grid chess
・ Grid classification
・ Grid code
・ Grid Compass
・ Grid compass
・ Grid computing
・ Grid connection
・ Grid Corporation of Odisha
・ Grid dip oscillator
・ Grid energy storage
・ Grid fabric
Grid file
・ Grid File System
・ Grid fin
・ Grid format
・ Grid friendly
・ Grid GridCase 1535EXP
・ Grid illusion
・ Grid method multiplication
・ Grid MP
・ Grid network
・ Grid Nie Mountain
・ Grid north
・ Grid parity
・ Grid plan
・ Grid Recordings


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Grid file : ウィキペディア英語版
Grid file
In computer science, a grid file or bucket grid is a point access method which splits a space into a non-periodic grid where one or more cells of the grid refer to a small set of points. Grid files (a symmetric data structure) provide an efficient method of storing these indexes on disk to perform complex data lookups.
It provides a grid of ''n''-dimensions where ''n'' represents how many keys can be used to reference a single point.
Grid files do not contain any data themselves but instead contain references to the correct bucket.
==Uses==
A grid file is usually used in cases where a single value can be referenced by multiple keys.
A grid file began being used because "traditional file structures that provide multikey access to records, for example, inverted files, are extensions of file structures originally designed for single-key access. They manifest various deficiencies in particular for multikey access to highly dynamic files." 〔J. Nievergelt, H. Hinterberger ''The Grid File: An Adaptable, Symmetric Multikey File Structure''. Institut fur Informatik, ETH and K. C. Sevcik, 1984. Abstract, pp.1.〕
In a traditional single dimensional data structure (e.g. hash), a search on a single criterion is usually very simple but searching for a second criterion can be much more complex.
Grid files represent a special kind of hashing, where the traditional hash is replaced by a grid directory.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Grid file」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.